C1.Olap Namespace > ValueSet<T> Class : ToArray Method |
'Declaration
Public Function ToArray() As T()
'Usage
Dim instance As ValueSet(Of T) Dim value() As T value = instance.ToArray()
public T[] ToArray()
public function ToArray(): array of T;
public function ToArray() : T[];
public: T*[]* ToArray();
public: array<T^>^ ToArray();
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2